set vThisField to string(getUserArea(gMasterData)) && "field"
print(the text of member vThisField)
else
alert("Printing is unavailable until an activity is completed.")
end if
end
on getPrintData resultsList
set vThisField to string(getUserArea(gMasterData)) && "field"
set the text of member vThisField to EMPTY
set vTempText to EMPTY
put "Your input from Get a Clue:" & RETURN & "--------------------------------------------------" & RETURN after vTempText
put "Making Inferences is a challenging critical thinking skill. It requires that we sometimes go beyond the information in the problem or text. An inference is your best guess given the facts of the situation and based upon your past experience and general knowledge." & RETURN & RETURN after vTempText
put the text of member "xprint" & RETURN after vTempText
put "The score for the activity was:" && string(the score of gClueData) & RETURN & RETURN after vTempText